Ninja Database Pro
BaseCompositeIndex<T> Class Members
Properties  Methods 


KellermanSoftware.NinjaDatabasePro Namespace : BaseCompositeIndex<T> Class

The following tables list the members exposed by BaseCompositeIndex<T>.

Public Properties
 NameDescription
Public Property The name of the class type  
Public Property Reference to the database  
Public Property The name of the index  
Public Property True if an index has been inserted or updated or deleted  
Public Property True if an index has been inserted or updated or deleted and has not been sorted yet  
Public Property A list of properties for this index  
Public Property Used for serialization and deserialization. A dictionary with the primary key for the key, and the index for the value  
Public Property The style of the index; unique or non-unique  
Top
Public Methods
 NameDescription
Public Method Clear all the items in the index  
Public Method Clear all lazy loaded values  
Public Method Delete an item in the index by primary key and set IsDirty to true  
Public Method Get all the primary keys associated with this index  
Public Method Get all the primary keys associated with this index in descending order  
Public Method Get a list of Index Records that match the passed indexValue  
Public Method Get all the primary keys associated with this index in ascending order  
Public Method Insert a list of index values  
Public Method Query for a list of index records  
Public Method Sort the index by the index value  
Public Method Update a list of index values  
Top
See Also

Reference

BaseCompositeIndex<T> Class
KellermanSoftware.NinjaDatabasePro Namespace